QuickTime 1.6.1 added a new flag to the grabPictCurrentImage parameter for the SGGrabPict function.
enum {
grabPictCurrentImage = 4
};
The SGGetMode function returns the mode for a sequence grabber component.
pascal ComponentResult SGGetMode (
SeqGrabComponent s,
Boolean *previewMode,
Boolean *recordMode);
| Previous | Chapter Contents | Chapter Top | Next |